@luckyJerry
2017-11-01T15:51:49.000000Z
字数 488
阅读 365
99
格式: JSON
正确情况:
带2个参数: code 和 orderString
code值为200
orderString 为交给AlipaySDK处理的字符串,自己不需要特别处理。
错误情况:
带2个参数: code 和 errorMessage
code值为300
errorMessage为错误原因字符串。
格式: JSON
code prepayID noncestr timeStamp 和 sign code值为200 prepayID 为预支付订单号。 noncestr 为随机字符串。 timeStamp 为时间戳。 sign 为签名字符串。code 和 errorMessage code值为300 errorMessage为错误原因字符串。