Explorar o código

fix:添加rpc

duxin %!s(int64=2) %!d(string=hai) anos
pai
achega
0ae32118f4
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  1. 12 0
      src/qfw/util/rpc/order.go

+ 12 - 0
src/qfw/util/rpc/order.go

@@ -52,6 +52,18 @@ type JyPayOrderResult struct {
 	PayStr    string `json:"payStr"`
 }
 
+type CreateEntReq struct {
+	Name        string
+	Phone       string
+	OrderCode   string
+}
+
+type CreateEntRes struct {
+	Status int    `json:"status"`
+	Err    string `json:"err"`
+	Id     int `json:"id"`
+}
+
 //分享完成 订单处理
 type JYShareUserIdsRes struct {
 	ShareUserInfo []shareUserInfo //被分享者+分享者等用户信息