Browse Source

fix:添加rpc

duxin 2 năm trước cách đây
mục cha
commit
0ae32118f4
1 tập tin đã thay đổi với 12 bổ sung0 xóa
  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 //被分享者+分享者等用户信息