3eapi/doc/支付更改为月.txt
2026-03-10 16:40:19 +08:00

19 lines
497 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1、表goodspricedefi商品信息中year设为0price为元/月增加字段month
2、if(year==0){
用month
price以月为单位
}else{
用year
price以年为单位
}
3、_3EReqOrderInfo新增月份的服务类
_3EResGoodsPriceDefi同上
Orderowngoods同上
4、支付宝回调业务处理改正同上1、2点
5、微信支付回调同上
6、订单历史查询过程
1)、_3EResOrderList新增月份的服务类
2)、逻辑过程需改
7、整个逻辑过程需严格测试