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.
go-library/service/kashangwl/url/url.go

10 lines
717 B

package _url
const (
Product = "product" // 获取单个商品信息 http://cha.kashangwl.com/api-doc/basic/product.html
ProductRechargeParams = "product/recharge-params" // 获取商品的充值参数 http://cha.kashangwl.com/api-doc/basic/product-recharge-params.html
Buy = "buy" // 购买商品(不支持购买选号类型的商品) http://cha.kashangwl.com/api-doc/basic/buy.html
Order = "order" // 获取单个订单信息 http://cha.kashangwl.com/api-doc/basic/order.html
Customer = "customer" // 获取商家信息 http://cha.kashangwl.com/api-doc/basic/customer.html
)