Showing
1 changed file
with
12 additions
and
1 deletions
@@ -123,8 +123,19 @@ | @@ -123,8 +123,19 @@ | ||
123 | | mobile | String | 是 | 13814772111 ||手机号码| | 123 | | mobile | String | 是 | 13814772111 ||手机号码| |
124 | | use_yoho_coin | double | 否 | 0.05 ||使用yoho币金额,单位(元)| | 124 | | use_yoho_coin | double | 否 | 0.05 ||使用yoho币金额,单位(元)| |
125 | | client_type | String | 是 | iphone ||客户端类型,请求来源哪一端| | 125 | | client_type | String | 是 | iphone ||客户端类型,请求来源哪一端| |
126 | -| qhy_union | String | 否 | {"go_url":"http:\/\/m.yohobuy.com\/?utm_source=dmwwap&utm_medium=none&utm_campaign=dmwwap","channel_code":"174168585","append":null,"client_id":3019,"mbr_name":"174168585","u_id":null} ||联盟参数,json格式| | 126 | +| qhy_union | String | 否 | ||联盟参数,json格式| |
127 | 127 | ||
128 | +### qhy_union入参 | ||
129 | +``` json | ||
130 | +{ | ||
131 | + "go_url": "http://m.yohobuy.com/?utm_source=dmwwap&utm_medium=none&utm_campaign=dmwwap", | ||
132 | + "channel_code": "174168585", | ||
133 | + "append": null, | ||
134 | + "client_id": 3019, | ||
135 | + "mbr_name": "174168585", | ||
136 | + "u_id": null | ||
137 | +} | ||
138 | +``` | ||
128 | ### 错误编码 | 139 | ### 错误编码 |
129 | ------------------------- | 140 | ------------------------- |
130 | |错误码code|消息| | 141 | |错误码code|消息| |
-
Please register or login to post a comment