用户申请入驻
This commit is contained in:
@@ -852,7 +852,7 @@ func (c *StoreController) CreateStoreAudit() {
|
||||
c.callCreateStoreAudit(func(params *tStoreCreateStoreAuditParams) (retVal interface{}, errCode string, err error) {
|
||||
store := &model.StoreAudit{}
|
||||
if err = utils.UnmarshalUseNumber([]byte(params.Payload), store); err == nil {
|
||||
// retVal, err = cms.CreateStore(params.Ctx, store, params.Ctx.GetUserName())
|
||||
err = cms.CreateStoreAudit(params.Ctx, store)
|
||||
}
|
||||
return retVal, "", err
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user