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

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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