UP_PAY_RESULT_K_ERROR constant

String const UP_PAY_RESULT_K_ERROR = 'error'

支付结果报文json格式 { 'code':'' , 'data':'', 'sign':'', 'error':'' }

Implementation

static const String UP_PAY_RESULT_K_ERROR = 'error'