Skip to content

Commit

Permalink
add orderType
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjiayu committed Jul 16, 2024
1 parent dd6cb48 commit 6f3db40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wx_payment/wx_payment.proto
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ service NotifyService {
message JsApiRequest {
string openid = 1;
uint64 amount = 2; // 订单金额,单位是分
int32 data_platform_order_type = 3; // 后台透传orderType
};

message JsApiResponse {
Expand Down

0 comments on commit 6f3db40

Please sign in to comment.