|
|
@@ -317,7 +317,7 @@ func QueryHisAmountLog(c *gin.Context) {
|
|
|
// @Summary 查询关联资金账户信息
|
|
|
// @Produce json
|
|
|
// @Security ApiKeyAuth
|
|
|
-// @Param relateduserid query string true "关联UserID"
|
|
|
+// @Param relateduserid query int true "关联UserID"
|
|
|
// @Success 200 {array} models.RelatedTaAccount
|
|
|
// @Failure 500 {object} app.Response
|
|
|
// @Router /TaAccount/QueryRelatedTaAccount [get]
|