|
|
@@ -66,7 +66,7 @@ func QueryTraderMenu(c *gin.Context) {
|
|
|
|
|
|
// 查询成功
|
|
|
logger.GetLogger().Infof("QueryPreasleApply successed: %v", menuMap)
|
|
|
- appG.Response(http.StatusOK, e.SUCCESS, datas)
|
|
|
+ appG.Response(http.StatusOK, e.SUCCESS, menuMap)
|
|
|
}
|
|
|
|
|
|
func getMenu(loginID int) ([]QuotePrimaryMenu, error) {
|