Merge branch 'jdshop' of https://e.coding.net/rosydev/jx-callback into jdshop

This commit is contained in:
richboo111
2022-11-02 10:17:44 +08:00
3 changed files with 4 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ func (c *PurchaseHandler) GetVendorID() int {
}
func (p *PurchaseHandler) GetVendorCategories(ctx *jxcontext.Context) (vendorCats []*model.SkuVendorCategory, err error) {
cats, err := getAPI("53802960", 0, "").GetShopCategory(0)
cats, err := getAPI("57939570", 0, "").GetShopCategory(0)
if err != nil {
return nil, err
}