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.

12 lines
253 B

7 years ago
package misc
type TrafficConReq struct {
ApiName string
StrategyID int
ParamVal string // 用户流量限定中对应的参数值例如限定了mobile则对应的值为15880261185
}
type TrafficConRes struct {
Suc bool
Error string
}