This commit is contained in:
richboo111
2022-12-12 14:21:51 +08:00
parent 2ed41dae8c
commit 7360ad6091
3 changed files with 32 additions and 85 deletions

View File

@@ -24,8 +24,7 @@ func init() {
}
func (c *DeliveryHandler) GetVendorID() int {
//TODO implement me
panic("implement me")
return model.VendorIDDD
}
func (c *DeliveryHandler) CreateStore(ctx *jxcontext.Context, storeDetail *dao.StoreDetail2) (vendorStoreID string, status int, err error) {