怡亚通rpc
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
170 B

package yytrpc
var DES_KEY = "yyt%2468"
type OrderParam struct {
SiteId string `json:"site_id"`
Dbname string `json:"database"`
OrderSn string `json:"order_sn"`
}