实现用户订单、在线支付接口(商业版可用)

This commit is contained in:
GoEdgeLab
2022-07-31 19:57:28 +08:00
parent e35ea9c56d
commit a3a6ba5df7
13 changed files with 6461 additions and 3060 deletions

View File

@@ -2,6 +2,7 @@ syntax = "proto3";
option go_package = "./pb";
package pb;
import "models/model_user_node.proto";
import "models/rpc_messages.proto";