这是本文档旧的修订版!
第三方支付
命令行访问回调地址
download
curl -v --request POST --header "Content-Type: text/xml;charset=UTF-8" \ --data \ '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:gs="http://www.simperator.com/springsoap/gen"> \ <soapenv:Header/> \ <soapenv:Body> \ <gs:getCountryRequest> <gs:name>Germany</gs:name> </gs:getCountryRequest> \ </soapenv:Body> \ </soapenv:Envelope>' \ http://localhost:3002/pay?uid=xxxx&amount=1&order=28371