支付H5页面

测试环境样例:http://testwdsbh5.shanp.com/reg_login?channel=xxxxxxxx&phone=18664850868&sign=2f35e9965cebde352858d1e5a5b6d977&redirectUrl=%2fs%2fshebao%2fdirect_buy%3fsbuId%3d5%26cid%3d1%26month%3d202001%26shebao_card%3d0%26hukou_type%3d1%26fund%3d500%26nums%3d1%26first_sb%3d0%26first_fund%3d0%26buyFund%3dtrue%26city%3d%e5%b9%bf%e5%b7%9e%26id_card%3d41************11%26user_name%3d%e9%9f%a6%e5%a4%a7%e5%ae%9d&backUrl=https%3a%2f%2fwww.baidu.com%2f%3fmyid%3d123

测试环境H5主机: http://testwdsbh5.shanp.com (生产环境待H5主机待给出)

请求

URI

/reg_login 	GET/POST

参数

	String channel			//渠道编号
String phone		//用户手机号
String sign    			//签名(和APP交互签名规则一样)
String outOrderNo       //渠道订单标识,会通过notifyUrl回传
String redirectUrl  	//联合登录后重定向地址,主要参数需要URLEncoder
String backUrl			//支付成功后第三方地址, 支付完成后会加上outTradeNo和result回调用该地址,主要参数需要URLEncoder(非必填)
String notifyUrl        //订单支付成功后会通过这个地址通知渠道方,需要URLEncoder;请求方式:post请求,参数:outOrderNo,outTradeNo,buyNo;仅通知支付成功情况

redirectUrl参数

int sbuId				//参保人标识
int cid					//社保方案标识
int hukou_type		//户口类型
int month				//参保月份(201508)
int nums				//购买月数
int shebao_card      // 新办卡(0不办卡  1新办卡   2补办卡)  
int first_sb				//首次购买

double sb_wage		//社保流水      ---------------------  20181229新加
    
boolean buyFund		//是否打包公积金
double fund			//公积金金额
int first_fund			//首次购买公积金
boolean added	//是否补缴
//以下参数只用于展示购买人信息
String city				//社保城市中文名
String id_card			//参保人身份证
String user_name	//参保人姓名

backUrl参数

String outTradeNo	//我的社保单号
String result			//支付结果 success/fail