Authored by maelk-liu

update

... ... @@ -284,4 +284,16 @@ sign=2D50BC4D67CFFC0BC185CCE72470B72A
## yohopay.trade.system.cancel(取消订单)
商户可使用该接口取消交易
响应成功JSON格式如下所示:
```json
{
"alg": "SALT_MD5",
"code": 200,
"data": {
},
"md5": "a170f3cd8637401a6b30620bfb55c2a3",
"message": "third system cancel success"
}
```
... ...