1
This commit is contained in:
@@ -117,7 +117,7 @@ type SellerInfo struct {
|
||||
func (a *API) QueryInvoiceSetting(baiduShopId []string) ([]*SettingList, error) {
|
||||
parameter := make([]*StoreIdList, 0, len(baiduShopId))
|
||||
for _, v := range baiduShopId {
|
||||
parameter = append(parameter, &StoreIdList{BaiDuShopId: v, ShopId: "5000061"})
|
||||
parameter = append(parameter, &StoreIdList{BaiDuShopId: v, ShopId: ""})
|
||||
}
|
||||
|
||||
data, err := a.AccessAPI("invoice.settings.list", map[string]interface{}{"shop_list": parameter})
|
||||
|
||||
Reference in New Issue
Block a user