感谢您的反馈!
支付宝支付
参数名 | 类型 | 是否可选 | 默认值 | 含义 |
---|---|---|---|---|
query |
Object |
|||
query.orderString |
string |
可选 | uuid=“3358a8dc‐bc96‐4917‐9bf8‐e79ab32591a3”&user_id=“2088102121323256”&app_name=“al i1688”&partner=“PARTNER_ALIBABA_CN”&appenv=“appid=2014012200002763^system=android^v ersion=5.9.0.0”&biz_type=“openservice”&apiname=“com.alipay.paypwd.validate”&apiserv ice=“com.1688.confirm.refund”&tip=“密码验证1688”&sign="_kbp_os_i_wkk_h_u6_y_m_mam_sn y0_kwg_ea_f58f_jlr_o_eyv_v_o07_k_pj_h_gqh76lvrw%3D%3D“&sign_date=”2014‐09‐29 19:13: 06“&sign_type=”DSA" | 支付宝极简SDK唤起参数 |
参数名 | 类型 | 示例 | 含义 | |
---|---|---|---|---|
result |
* |
请求响应 | ||
query.resultStatus |
string |
|
|
ResultStatus |
query.result |
string |
|
|
result |
query.memo |
string |
|
|
memo |
QN.app.invoke({ api:'pay', query:{ orderString : 'uuid="3358a8dc‐bc96‐4917‐9bf8‐e79ab32591a3"&user_id="2088102121323256"&app_name="al i1688"&partner="PARTNER_ALIBABA_CN"&appenv="appid=2014012200002763^system=android^v ersion=5.9.0.0"&biz_type="openservice"&apiname="com.alipay.paypwd.validate"&apiserv ice="com.1688.confirm.refund"&tip="密码验证1688"&sign="_kbp_os_i_wkk_h_u6_y_m_mam_sn y0_kwg_ea_f58f_jlr_o_eyv_v_o07_k_pj_h_gqh76lvrw%3D%3D"&sign_date="2014‐09‐29 19:13: 06"&sign_type="DSA"' } }).then(result => { console.log(result); }, error => { console.log(error); });