This commit is contained in:
ziming 2025-05-21 15:29:18 +08:00
parent 5990378b77
commit e18ca47d93
1 changed files with 1 additions and 1 deletions

View File

@ -34,5 +34,5 @@
```` ````
2、调用接口 POST[https://gateway.dev.cdlsxd.cn/voucher/cmb/v1/order] 2、调用接口 POST[https://gateway.dev.cdlsxd.cn/voucher/cmb/v1/order]
````text ````text
将接口1返回的数据填入参数调用接口2即可 将接口1返回的数据作为接口2的请求参数发起请求即可。
```` ````