51、發生於申請取消出金時觸發 CancelWithdraw ( )

函式

CancelWithdraw (
    string queryflag, 
    string status,
    string errormessage
)

回傳

queryflag:詢問動作

status:申請狀態(OK or Rejected)

errormessage:錯誤訊息(If status is OK, this message will be empty)

說明

當有申請取消出金時,會觸發 CancelWithdraw

Last updated