style(api.md): standardize field names to use camel case

The field names in the API documentation were updated to follow camel case convention for consistency across the codebase. This change improves readability and aligns with the project's coding standards.
This commit is contained in:
sunxiaolong
2025-03-29 23:54:31 +08:00
parent f3f3b44125
commit 3d13780d46

View File

@@ -301,9 +301,9 @@ func main() {
| productCode | string | 产品编码 | |
| paymentName | string | 产品名称 | |
| transactionType | string | 卡密 | 是兑换还是充值 暂时无用 |
| payUrl | string | 支付链接 | 最终构建的支付链接
| merchantOrderNo | string | 商户订单号 | 来源自请求传入订单号 |
| orderNo | string | 订单编号 | 系统编号 |
| PayUrl | string | 支付链接 | 最终构建的支付链接
| MerchantOrderNo | string | 商户订单号 | 来源自请求传入订单号 |
| OrderNo | string | 订单编号 | 系统编号 |
#### 签名算法sign