This commit is contained in:
邹宗楠
2022-07-11 15:29:15 +08:00
parent ac2e6f3964
commit 21fc18b006
2 changed files with 4 additions and 4 deletions

View File

@@ -24,9 +24,9 @@ type WithdrawalRecordController struct {
// @Param districtCode formData int true "省code"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /AddWWithdrawalRecord [post]
// @router /AddWithdrawalRecord [post]
func (c *WithdrawalRecordController) AddWithdrawalRecord() {
c.callAddWWithdrawalRecord(func(params *tWithdrawalAddWWithdrawalRecordParams) (interface{}, string, error) {
c.callAddWithdrawalRecord(func(params *tWithdrawalAddWithdrawalRecordParams) (interface{}, string, error) {
param := &model.AddWithdrawalRecordReq{
WithdrawalMoney: params.WithdrawalMoney,
AlipayAccount: params.AlipayAccount,