1
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user