差别
两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 |
project:yixue:pay [2022-07-24 07:48] – goldentianya | project:yixue:pay [2022-07-25 04:21] (当前版本) – goldentianya |
---|
| |
命令行访问回调地址 | 命令行访问回调地址 |
<code | download> | <code > |
curl -v --request POST --header "Content-Type: text/xml;charset=UTF-8" \ | curl --location --request POST 'http://localhost:3002/pay?uid=%E9%8E%8F%E9%87%91%E5%A4%A9%E6%B6%AF&fee=1.9&order=198237673' \ |
--data \ | --header 'Authorization: Basic bWVlcmJ1c2NoQHNpbmEuY29tOmF3aXNxZzIzdndneHl4d24=' |
'<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:gs="http://www.simperator.com/springsoap/gen"> \ | |
<soapenv:Header/> \ | curl --location --request POST 'http://88.153.171.94:3002/pay?uid=%E9%8E%8F%E9%87%91%E5%A4%A9%E6%B6%AF&fee=1.9&order=198237673' \ |
<soapenv:Body> \ | --header 'Authorization: Basic bWVlcmJ1c2NoQHNpbmEuY29tOmF3aXNxZzIzdndneHl4d24=' |
<gs:getCountryRequest> <gs:name>Germany</gs:name> </gs:getCountryRequest> \ | |
</soapenv:Body> \ | curl --location --request POST 'http://192.168.0.240:3002/pay?uid=maiernte&order=20220724204400_maiernte&fee=1' |
</soapenv:Envelope>' \ | |
http://localhost:8080/ws | curl --location --request POST 'http://192.168.0.240:3002/pay?uid=%E9%8E%8F%E9%87%91%E5%A4%A9%E6%B6%AF&order=20220724204850_%E9%8E%8F%E9%87%91%E5%A4%A9%E6%B6%AF&fee=1' |
</code> | </code> |
| |
| |
| |
回到顶部