├── LICENSE ├── README.md ├── composer.json └── src ├── V2.php ├── V2 ├── Appauth.php ├── Appauth │ ├── Authindex.php │ └── Getaccesstoken.php ├── Applyment.php ├── Applyment │ ├── Micro.php │ └── Micro │ │ ├── Getstate.php │ │ ├── Getupgradestate.php │ │ ├── Modifyarchives.php │ │ ├── Modifycontactinfo.php │ │ ├── Signcontract.php │ │ ├── Submit.php │ │ └── Submitupgrade.php ├── Billcommentsp.php ├── Billcommentsp │ └── Batchquerycomment.php ├── CgiBin.php ├── CgiBin │ ├── Mch.php │ └── Mch │ │ ├── Customs.php │ │ ├── Customs │ │ ├── Customdeclareorder.php │ │ └── Customdeclarequery.php │ │ ├── Newcustoms.php │ │ └── Newcustoms │ │ └── Customdeclareredeclare.php ├── Deposit.php ├── Deposit │ ├── Consume.php │ ├── Facepay.php │ ├── Micropay.php │ ├── Orderquery.php │ ├── Refund.php │ ├── Refundquery.php │ ├── Reverse.php │ └── Unifiedorder.php ├── Face.php ├── Face │ └── Get_wxpayface_authinfo.php ├── Fund.php ├── Fund │ ├── Queryautowithdrawbydate.php │ └── Reautowithdrawbydate.php ├── Mchrisk.php ├── Mchrisk │ ├── Bankquerymchauditinfo.php │ ├── Channelquerymchauditinfo.php │ ├── Querymchrisk.php │ ├── Setmchriskcallback.php │ └── Syncmchriskresult.php ├── Mmpaymkttransfers.php ├── Mmpaymkttransfers │ ├── Gethbinfo.php │ ├── Gettransferinfo.php │ ├── Promotion.php │ ├── Promotion │ │ ├── Paywwsptrans2pocket.php │ │ ├── Querywwsptrans2pocket.php │ │ └── Transfers.php │ ├── Query_bank.php │ ├── Query_coupon_stock.php │ ├── Querycouponsinfo.php │ ├── Queryworkwxredpack.php │ ├── Send_coupon.php │ ├── Sendgroupredpack.php │ ├── Sendminiprogramhb.php │ ├── Sendredpack.php │ └── Sendworkwxredpack.php ├── Mmpaysptrans.php ├── Mmpaysptrans │ └── Pay_bank.php ├── Papay.php ├── Papay │ ├── Deletecontract.php │ ├── Entrustweb.php │ ├── H5entrustweb.php │ ├── Partner.php │ ├── Partner │ │ ├── Entrustweb.php │ │ ├── H5entrustweb.php │ │ ├── Paporderquery.php │ │ ├── Preentrustweb.php │ │ └── Querycontract.php │ ├── Preentrustweb.php │ └── Querycontract.php ├── Pay.php ├── Pay │ ├── Closecombinedorder.php │ ├── Closeorder.php │ ├── Combinedorder.php │ ├── Contractorder.php │ ├── Downloadbill.php │ ├── Downloadfundflow.php │ ├── Facepay.php │ ├── Facepayquery.php │ ├── Micropay.php │ ├── Orderquery.php │ ├── Paporderquery.php │ ├── Pappayapply.php │ ├── Partner.php │ ├── Partner │ │ └── Pappayapply.php │ ├── Profitsharingaddreceiver.php │ ├── Profitsharingmerchantratioquery.php │ ├── Profitsharingorderamountquery.php │ ├── Profitsharingquery.php │ ├── Profitsharingremovereceiver.php │ ├── Profitsharingreturnquery.php │ ├── Querycombinedorder.php │ ├── Queryexchagerate.php │ ├── Refundquery.php │ ├── Refundqueryv2.php │ ├── Settlementquery.php │ └── Unifiedorder.php ├── Payitil.php ├── Payitil │ └── Report.php ├── Risk.php ├── Risk │ ├── Getcertficates.php │ ├── Getpublickey.php │ └── Getviolation.php ├── Sandboxnew.php ├── Sandboxnew │ ├── Pay.php │ └── Pay │ │ ├── Downloadbill.php │ │ ├── Getsignkey.php │ │ ├── Micropay.php │ │ ├── Orderquery.php │ │ ├── Refund.php │ │ ├── Refundquery.php │ │ └── Unifiedorder.php ├── Secapi.php ├── Secapi │ ├── Mch.php │ ├── Mch │ │ ├── Addsubdevconfig.php │ │ ├── Channelsetting.php │ │ ├── Modifymchinfo.php │ │ ├── Querysubdevconfig.php │ │ ├── Submchmanage.php │ │ ├── Uploadmedia.php │ │ ├── _addinstitutionsub_.php │ │ ├── _modifyinstitutionsub_.php │ │ └── _queryinstitutionsub_.php │ ├── Mkt.php │ ├── Mkt │ │ └── Addrecommendconf.php │ ├── Pay.php │ └── Pay │ │ ├── Facepayreverse.php │ │ ├── Multiprofitsharing.php │ │ ├── Profitsharing.php │ │ ├── Profitsharingfinish.php │ │ ├── Profitsharingreturn.php │ │ ├── Refund.php │ │ ├── Refundv2.php │ │ └── Reverse.php ├── Secsvc.php ├── Secsvc │ ├── Getrealnameinfo.php │ └── Realnameauth.php ├── Tools.php ├── Tools │ ├── Authcodetoopenid.php │ └── Shorturl.php ├── Transit.php ├── Transit │ ├── Partnerpay.php │ ├── Partnerpay │ │ ├── Payapply.php │ │ ├── Queryorder.php │ │ └── Querystate.php │ ├── Pay.php │ ├── Pay │ │ ├── Payapply.php │ │ └── Querystate.php │ └── Queryorder.php ├── Vehicle.php ├── Vehicle │ ├── Partnerpay.php │ ├── Partnerpay │ │ ├── Notification.php │ │ ├── Payapply.php │ │ └── Querystate.php │ ├── Pay.php │ └── Pay │ │ ├── Notification.php │ │ ├── Payapply.php │ │ └── Querystate.php ├── Wxv.php ├── Wxv │ ├── Cancelbill.php │ ├── Changerentmoney.php │ ├── Createhotelbill.php │ ├── Createrentbill.php │ ├── Finishhotelbill.php │ ├── Finishrentbill.php │ ├── Queryhotelbill.php │ └── Queryrentbill.php ├── Xdc.php └── Xdc │ ├── Apiv2getsignkey.php │ ├── Apiv2getsignkey │ ├── Sign.php │ └── Sign │ │ └── Getsignkey.php │ ├── Apiv2sandbox.php │ └── Apiv2sandbox │ ├── Pay.php │ └── Pay │ ├── Micropay.php │ └── Orderquery.php ├── V3.php └── V3 ├── Apply4sub.php ├── Apply4sub ├── Sub_merchants.php └── Sub_merchants │ ├── _sub_mchid_.php │ └── _sub_mchid_ │ ├── Application.php │ ├── Application │ └── _application_no_.php │ ├── ModifySettlement.php │ └── Settlement.php ├── Apply4subject.php ├── Apply4subject ├── Applyment.php └── Applyment │ ├── Merchants.php │ ├── Merchants │ ├── _sub_mchid_.php │ └── _sub_mchid_ │ │ └── State.php │ ├── _applyment_id_.php │ ├── _applyment_id_ │ └── Cancel.php │ ├── _business_code_.php │ └── _business_code_ │ └── Cancel.php ├── Applyment4sub.php ├── Applyment4sub ├── Applyment.php └── Applyment │ ├── Applyment_id.php │ ├── Applyment_id │ └── _applyment_id_.php │ ├── Business_code.php │ ├── Business_code │ └── _business_code_.php │ └── _empty_.php ├── BankBatchTransfer.php ├── BankBatchTransfer ├── Receipt.php └── Receipt │ ├── DetailReceipts.php │ └── SummaryReceipts.php ├── BankTransfer.php ├── BankTransfer ├── Batches.php └── Batches │ ├── BatchId.php │ ├── BatchId │ ├── _batch_id_.php │ └── _batch_id_ │ │ ├── Details.php │ │ └── Details │ │ ├── DetailId.php │ │ └── DetailId │ │ └── _detail_id_.php │ ├── OutBatchNo.php │ └── OutBatchNo │ ├── _out_batch_no_.php │ └── _out_batch_no_ │ ├── Details.php │ └── Details │ ├── OutDetailNo.php │ └── OutDetailNo │ └── _out_detail_no_.php ├── Bill.php ├── Bill ├── Fundflowbill.php ├── SubMerchantFundflowbill.php └── Tradebill.php ├── Billdownload.php ├── Billdownload └── File.php ├── Brand.php ├── Brand ├── Profitsharing.php └── Profitsharing │ ├── BrandConfigs.php │ ├── BrandConfigs │ └── _brand_mchid_.php │ ├── FinishOrder.php │ ├── Orders.php │ ├── Orders │ ├── _transaction_id_.php │ └── _transaction_id_ │ │ └── Amounts.php │ ├── Receivers.php │ ├── Receivers │ ├── Add.php │ └── Delete.php │ └── Returnorders.php ├── Businesscircle.php ├── Businesscircle ├── Parkings.php ├── Points.php ├── Points │ └── Notify.php ├── UserAuthorizations.php ├── UserAuthorizations │ └── _openid_.php ├── Users.php └── Users │ ├── _openid_.php │ └── _openid_ │ ├── Points.php │ └── Points │ └── Commit_status.php ├── Capital.php ├── Capital ├── Capitallhh.php └── Capitallhh │ ├── Areas.php │ ├── Areas │ ├── Provinces.php │ └── Provinces │ │ ├── _province_code_.php │ │ └── _province_code_ │ │ └── Cities.php │ ├── Banks.php │ └── Banks │ ├── CorporateBanking.php │ ├── PersonalBanking.php │ ├── SearchBanksByBankAccount.php │ ├── _bank_alias_code_.php │ └── _bank_alias_code_ │ └── Branches.php ├── Catering.php ├── Catering ├── Orders.php └── Orders │ └── SyncStatus.php ├── Certificates.php ├── CombineTransactions.php ├── CombineTransactions ├── App.php ├── H5.php ├── Id.php ├── Id │ └── _combine_transaction_id_.php ├── Jsapi.php ├── Miniprogram.php ├── Native.php ├── OutTradeNo.php └── OutTradeNo │ ├── _combine_out_trade_no_.php │ └── _combine_out_trade_no_ │ └── Close.php ├── Compliance.php ├── Compliance ├── InactiveMerchantIdentityVerification.php └── InactiveMerchantIdentityVerification │ ├── Merchants.php │ └── Merchants │ ├── _sub_mchid_.php │ └── _sub_mchid_ │ ├── Verifications.php │ └── Verifications │ └── _verification_id_.php ├── Customs.php ├── Customs ├── Orders.php ├── Redeclare.php └── VerifyCertificate.php ├── DiscountCard.php ├── DiscountCard ├── Cards.php ├── Cards │ ├── _out_card_code_.php │ └── _out_card_code_ │ │ └── AddUserRecords.php ├── Orders.php └── Orders │ ├── OutTradeNo.php │ ├── OutTradeNo │ └── _out_trade_no_.php │ └── _out_order_no_.php ├── Ebike.php ├── Ebike ├── Charge.php └── Charge │ ├── Contracts.php │ ├── Contracts │ ├── Preopen.php │ ├── _contract_id_.php │ └── _contract_id_ │ │ └── Confirm.php │ ├── Transactions.php │ ├── Transactions │ ├── Id.php │ ├── Id │ │ └── _transaction_id_.php │ ├── OutTradeNo.php │ └── OutTradeNo │ │ └── _out_trade_no_.php │ ├── Users.php │ └── Users │ ├── _openid_.php │ └── _openid_ │ └── Contract.php ├── Ecommerce.php ├── Ecommerce ├── Account.php ├── Account │ ├── CancelApplications.php │ └── CancelApplications │ │ ├── Media.php │ │ ├── OutApplyNo.php │ │ └── OutApplyNo │ │ └── _out_apply_no_.php ├── Applyments.php ├── Applyments │ ├── OutRequestNo.php │ ├── OutRequestNo │ │ └── _out_request_no_.php │ ├── _applyment_id_.php │ └── _empty_.php ├── Bill.php ├── Bill │ └── Fundflowbill.php ├── CombinePapay.php ├── CombinePapay │ ├── Contracts.php │ ├── Contracts │ │ ├── PlanId.php │ │ ├── PlanId │ │ │ ├── _plan_id_.php │ │ │ └── _plan_id_ │ │ │ │ ├── OutContractCode.php │ │ │ │ └── OutContractCode │ │ │ │ ├── _out_contract_code_.php │ │ │ │ └── _out_contract_code_ │ │ │ │ └── Terminate.php │ │ ├── PreEntrustSign.php │ │ └── PreEntrustSign │ │ │ └── MiniProgram.php │ ├── Transactions.php │ └── Transactions │ │ ├── _combine_out_trade_no_.php │ │ └── _combine_out_trade_no_ │ │ └── Reverse.php ├── Fund.php ├── Fund │ ├── Balance.php │ ├── Balance │ │ └── _sub_mchid_.php │ ├── Enddaybalance.php │ ├── Enddaybalance │ │ └── _sub_mchid_.php │ ├── Withdraw.php │ └── Withdraw │ │ ├── OutRequestNo.php │ │ ├── OutRequestNo │ │ └── _out_request_no_.php │ │ └── _withdraw_id_.php ├── IndividualContracts.php ├── IndividualContracts │ └── _openid_.php ├── MchTransfer.php ├── MchTransfer │ ├── Authorizations.php │ ├── Authorizations │ │ └── _sub_mchid_.php │ ├── TransferBills.php │ └── TransferBills │ │ ├── OutBillNo.php │ │ ├── OutBillNo │ │ ├── _out_bill_no_.php │ │ └── _out_bill_no_ │ │ │ └── Cancel.php │ │ ├── TransferBillNo.php │ │ └── TransferBillNo │ │ └── _transfer_bill_no_.php ├── Profitsharing.php ├── Profitsharing │ ├── AfterSalesOrders.php │ ├── FinishOrder.php │ ├── Orders.php │ ├── Orders │ │ ├── _transaction_id_.php │ │ └── _transaction_id_ │ │ │ └── Amounts.php │ ├── Receivers.php │ ├── Receivers │ │ ├── Add.php │ │ └── Delete.php │ └── Returnorders.php ├── Refunds.php ├── Refunds │ ├── Apply.php │ ├── Id.php │ ├── Id │ │ └── _refund_id_.php │ ├── OutRefundNo.php │ ├── OutRefundNo │ │ └── _out_refund_no_.php │ ├── _refund_id_.php │ └── _refund_id_ │ │ ├── ApplyAbnormalRefund.php │ │ └── ReturnAdvance.php ├── Subsidies.php └── Subsidies │ ├── Cancel.php │ ├── Create.php │ └── Return_.php ├── EduPapay.php ├── EduPapay ├── Contracts.php ├── Contracts │ ├── Id.php │ ├── Id │ │ └── _contract_id_.php │ ├── Presign.php │ └── _contract_id_.php ├── Transactions.php ├── Transactions │ ├── Id.php │ ├── Id │ │ └── _transaction_id_.php │ ├── OutTradeNo.php │ └── OutTradeNo │ │ └── _out_trade_no_.php ├── User.php ├── User │ ├── _openid_.php │ └── _openid_ │ │ └── Contracts.php ├── UserNotifications.php └── UserNotifications │ ├── _contract_id_.php │ └── _contract_id_ │ └── Send.php ├── EduStar.php ├── EduStar ├── Orders.php ├── Users.php └── Users │ ├── Openid.php │ ├── Openid │ └── _wechat_openid_.php │ ├── Qq.php │ └── Qq │ └── _qq_.php ├── Eduschoolpay.php ├── Eduschoolpay ├── Contracts.php ├── Contracts │ ├── Presign.php │ ├── _contract_id_.php │ └── _contract_id_ │ │ └── Terminate.php ├── Transactions.php ├── Transactions │ ├── Id.php │ ├── Id │ │ └── _transaction_id_.php │ ├── OutTradeNo.php │ └── OutTradeNo │ │ └── _out_trade_no_.php ├── Users.php └── Users │ ├── _openid_.php │ └── _openid_ │ ├── Contracts.php │ └── DebtState.php ├── Express.php ├── Express ├── Users.php └── Users │ ├── _openid_.php │ └── _openid_ │ └── Transform.php ├── Facemch.php ├── Facemch ├── Users.php └── Users │ └── _face_sid_.php ├── FundApp.php ├── FundApp ├── BrandRedpacket.php ├── BrandRedpacket │ ├── BrandMerchantBatches.php │ ├── BrandMerchantBatches │ │ ├── _batch_no_.php │ │ └── _batch_no_ │ │ │ ├── Details.php │ │ │ └── Details │ │ │ └── _detail_no_.php │ ├── BrandMerchantOutBatches.php │ └── BrandMerchantOutBatches │ │ ├── _out_batch_no_.php │ │ └── _out_batch_no_ │ │ ├── OutDetails.php │ │ └── OutDetails │ │ └── _out_detail_no_.php ├── MchTransfer.php └── MchTransfer │ ├── Elecsign.php │ ├── Elecsign │ ├── OutBillNo.php │ ├── OutBillNo │ │ └── _out_bill_no_.php │ ├── TransferBillNo.php │ └── TransferBillNo │ │ └── _transfer_bill_no_.php │ ├── TransferBills.php │ ├── TransferBills │ ├── OutBillNo.php │ ├── OutBillNo │ │ ├── _out_bill_no_.php │ │ └── _out_bill_no_ │ │ │ └── Cancel.php │ ├── PreTransferWithAuthorization.php │ ├── Transfer.php │ ├── TransferBillNo.php │ └── TransferBillNo │ │ └── _transfer_bill_no_.php │ ├── TransferToQqWalletBills.php │ ├── TransferToQqWalletBills │ ├── _out_bill_no_.php │ └── _out_bill_no_ │ │ └── Cancel.php │ ├── UserConfirmAuthorization.php │ └── UserConfirmAuthorization │ ├── OutAuthorizationNo.php │ └── OutAuthorizationNo │ └── _out_authorization_no_.php ├── FundsToOversea.php ├── FundsToOversea ├── BillDownloadUrl.php ├── Orders.php ├── Orders │ └── _out_order_id_.php ├── Return_.php ├── Return_ │ ├── ReturnOrders.php │ └── ReturnOrders │ │ ├── OutReturnNo.php │ │ └── OutReturnNo │ │ └── _out_return_no_.php ├── Transactions.php └── Transactions │ ├── _transaction_id_.php │ └── _transaction_id_ │ └── Available_abroad_amounts.php ├── Global_.php ├── Global_ ├── Certificates.php ├── Customs.php ├── Customs │ ├── Orders.php │ ├── Redeclare.php │ └── VerifyCertificate.php ├── Merchant.php ├── Merchant │ ├── H5.php │ └── H5 │ │ ├── Permission.php │ │ └── Permission │ │ ├── Applications.php │ │ ├── Applications │ │ └── _applyment_id_.php │ │ ├── Domain.php │ │ ├── Domain │ │ ├── Applications.php │ │ └── Applications │ │ │ └── _applyment_id_.php │ │ └── _sub_mchid_.php ├── MerchantStorage.php ├── MerchantStorage │ ├── File.php │ └── File │ │ └── Upload.php ├── Merchants.php ├── Merchants │ └── _sub_mchid_.php ├── Micropay.php ├── Micropay │ ├── Transactions.php │ └── Transactions │ │ ├── Id.php │ │ ├── Id │ │ ├── _transaction_id_.php │ │ └── _transaction_id_ │ │ │ └── Reverse.php │ │ ├── OutTradeNo.php │ │ ├── OutTradeNo │ │ ├── _out_trade_no_.php │ │ └── _out_trade_no_ │ │ │ └── Reverse.php │ │ └── Pay.php ├── Papay.php ├── Papay │ ├── Contracts.php │ ├── Contracts │ │ ├── AppPreEntrustSign.php │ │ ├── H5PreEntrustSign.php │ │ ├── JsapiPreEntrustSign.php │ │ ├── MiniprogramPreEntrustSign.php │ │ ├── OutContractCode.php │ │ ├── OutContractCode │ │ │ └── _out_contract_code_.php │ │ ├── WebPreEntrustSign.php │ │ ├── _contract_id_.php │ │ └── _contract_id_ │ │ │ └── Terminate.php │ ├── Transactions.php │ └── Transactions │ │ ├── OutTradeNo.php │ │ ├── OutTradeNo │ │ ├── _out_trade_no_.php │ │ └── _out_trade_no_ │ │ │ └── Reverse.php │ │ └── _transaction_id_.php ├── ProfitSharing.php ├── ProfitSharing │ ├── BillDownloadUrl.php │ ├── Orders.php │ ├── Orders │ │ ├── Unfreeze.php │ │ └── _out_order_no_.php │ ├── Receivers.php │ ├── Receivers │ │ └── _account_.php │ ├── Refunds.php │ ├── Refunds │ │ ├── BillDownloadUrl.php │ │ └── RefundableBalance.php │ ├── Transactions.php │ └── Transactions │ │ ├── Mark.php │ │ ├── _transaction_id_.php │ │ └── _transaction_id_ │ │ ├── Amounts.php │ │ └── RefundableAmounts.php ├── Refund.php ├── Refund │ ├── Partner.php │ ├── Partner │ │ ├── RechargeBalance.php │ │ └── RechargeBalance │ │ │ ├── SubMchid.php │ │ │ └── SubMchid │ │ │ └── _sub_mchid_.php │ └── RechargeBalance.php ├── Refunds.php ├── Refunds │ ├── Id.php │ ├── Id │ │ └── _refund_id_.php │ ├── OutRefundNo.php │ └── OutRefundNo │ │ └── _out_refund_no_.php ├── Settle.php ├── Settle │ └── Settlements.php ├── Statements.php ├── Transactions.php └── Transactions │ ├── App.php │ ├── Id.php │ ├── Id │ ├── _transaction_id_.php │ └── _transaction_id_ │ │ └── Close.php │ ├── Jsapi.php │ ├── Mweb.php │ ├── Native.php │ ├── OutTradeNo.php │ └── OutTradeNo │ ├── _out_trade_no_.php │ └── _out_trade_no_ │ └── Close.php ├── Goldplan.php ├── Goldplan ├── Merchants.php └── Merchants │ ├── Changecustompagestatus.php │ ├── Changegoldplanstatus.php │ ├── CloseAdvertisingShow.php │ ├── OpenAdvertisingShow.php │ └── SetAdvertisingIndustryFilter.php ├── HirePowerBank.php ├── HirePowerBank ├── InsuranceOrders.php ├── InsuranceOrders │ └── _out_order_no_.php ├── UserQualifications.php └── UserQualifications │ └── _openid_.php ├── IndustryCoupon.php ├── IndustryCoupon └── Tokens.php ├── Iotmanage.php ├── Iotmanage └── Devices.php ├── Lovefeast.php ├── Lovefeast ├── Brands.php ├── Brands │ └── _brand_id_.php ├── Users.php └── Users │ ├── _openid_.php │ └── _openid_ │ ├── Orders.php │ └── Orders │ ├── BrandId.php │ ├── BrandId │ └── _brand_id_.php │ ├── OutTradeNo.php │ └── OutTradeNo │ └── _out_trade_no_.php ├── Marketing.php ├── Marketing ├── Bank.php ├── Bank │ ├── Packages.php │ └── Packages │ │ ├── _package_id_.php │ │ └── _package_id_ │ │ └── Tasks.php ├── BankFavor.php ├── BankFavor │ ├── Users.php │ └── Users │ │ ├── _openid_.php │ │ └── _openid_ │ │ ├── BankMultiActivity.php │ │ ├── Coupons.php │ │ └── Coupons │ │ └── _coupon_id_.php ├── Busifavor.php ├── Busifavor │ ├── Callbacks.php │ ├── Coupons.php │ ├── Coupons │ │ ├── Associate.php │ │ ├── Deactivate.php │ │ ├── Disassociate.php │ │ ├── Return_.php │ │ ├── Send.php │ │ ├── Use_.php │ │ ├── _card_id_.php │ │ └── _card_id_ │ │ │ └── Send.php │ ├── Stocks.php │ ├── Stocks │ │ ├── _stock_id_.php │ │ └── _stock_id_ │ │ │ ├── Budget.php │ │ │ ├── Couponcodes.php │ │ │ └── Couponcodes │ │ │ └── _coupon_code_.php │ ├── Subsidy.php │ ├── Subsidy │ │ ├── PayReceipts.php │ │ ├── PayReceipts │ │ │ └── _subsidy_receipt_id_.php │ │ ├── ReturnReceipts.php │ │ └── ReturnReceipts │ │ │ └── _subsidy_return_receipt_id_.php │ ├── Users.php │ └── Users │ │ ├── _openid_.php │ │ └── _openid_ │ │ ├── Coupons.php │ │ └── Coupons │ │ ├── _coupon_code_.php │ │ └── _coupon_code_ │ │ ├── Appids.php │ │ └── Appids │ │ └── _appid_.php ├── Favor.php ├── Favor │ ├── Callbacks.php │ ├── CouponStocks.php │ ├── Media.php │ ├── Media │ │ └── ImageUpload.php │ ├── Stocks.php │ ├── Stocks │ │ ├── _stock_id_.php │ │ └── _stock_id_ │ │ │ ├── Items.php │ │ │ ├── Merchants.php │ │ │ ├── Pause.php │ │ │ ├── RefundFlow.php │ │ │ ├── Restart.php │ │ │ ├── Start.php │ │ │ └── UseFlow.php │ ├── Users.php │ └── Users │ │ ├── _openid_.php │ │ └── _openid_ │ │ ├── Coupons.php │ │ └── Coupons │ │ └── _coupon_id_.php ├── GoodsSubsidyActivity.php ├── GoodsSubsidyActivity │ ├── Activities.php │ ├── Activity.php │ ├── Activity │ │ ├── _activity_id_.php │ │ └── _activity_id_ │ │ │ └── Apply.php │ ├── Qualification.php │ ├── Qualification │ │ ├── Lock.php │ │ └── Unlock.php │ ├── RetailStoreAct.php │ └── RetailStoreAct │ │ ├── _activity_id_.php │ │ ├── _activity_id_ │ │ ├── Representative.php │ │ └── Representatives.php │ │ ├── _brand_id_.php │ │ └── _brand_id_ │ │ ├── Materials.php │ │ ├── Stores.php │ │ └── Stores │ │ └── _store_code_.php ├── MembercardActivity.php ├── MembercardActivity │ ├── Activities.php │ └── Activities │ │ ├── _activity_id_.php │ │ └── _activity_id_ │ │ └── Terminate.php ├── MembercardOpen.php ├── MembercardOpen │ ├── ActivateInformations.php │ ├── ActivateInformations │ │ └── _activate_ticket_.php │ ├── Callback.php │ ├── Cards.php │ ├── Cards │ │ ├── _card_id_.php │ │ └── _card_id_ │ │ │ ├── Codes.php │ │ │ ├── Codes │ │ │ ├── Deposit.php │ │ │ ├── _code_.php │ │ │ └── _code_ │ │ │ │ ├── Activate.php │ │ │ │ ├── Bonus.php │ │ │ │ ├── Bonus │ │ │ │ ├── Commit.php │ │ │ │ └── Prepare.php │ │ │ │ ├── Rights.php │ │ │ │ └── Unavailable.php │ │ │ ├── DecryptCode.php │ │ │ ├── PermissionTokens.php │ │ │ ├── PhoneMembercard.php │ │ │ ├── PhoneMembercard │ │ │ └── Import.php │ │ │ ├── Qrcode.php │ │ │ ├── Rights.php │ │ │ ├── Upgrade.php │ │ │ ├── Users.php │ │ │ └── Users │ │ │ └── Import.php │ ├── PhonenumberMember.php │ ├── PhonenumberMember │ │ ├── Import.php │ │ └── Search.php │ ├── User.php │ └── User │ │ └── Cards.php ├── Partnerships.php ├── Partnerships │ ├── Build.php │ └── Terminate.php ├── Paygiftactivity.php ├── Paygiftactivity │ ├── Activities.php │ ├── Activities │ │ ├── _activity_id_.php │ │ └── _activity_id_ │ │ │ ├── Goods.php │ │ │ ├── Merchants.php │ │ │ ├── Merchants │ │ │ ├── Add.php │ │ │ └── Delete.php │ │ │ └── Terminate.php │ └── UniqueThresholdActivity.php ├── ShoppingReceipt.php ├── ShoppingReceipt │ ├── Customentrances.php │ ├── Customentrances │ │ └── _brand_id_.php │ ├── Merchantshoppingreceiptjumpinfos.php │ └── Shoppingreceipts.php ├── WeeklyDiscount.php ├── WeeklyDiscount │ ├── Activities.php │ └── Activities │ │ ├── _activity_id_.php │ │ └── _activity_id_ │ │ └── Apply.php ├── WithdrawFavor.php └── WithdrawFavor │ ├── Users.php │ └── Users │ ├── _openid_.php │ └── _openid_ │ └── Coupons.php ├── MchOperationManage.php ├── MchOperationManage ├── MerchantLimitations.php └── MerchantLimitations │ ├── SubMchid.php │ └── SubMchid │ └── _sub_mchid_.php ├── Mch_operate.php ├── Mch_operate ├── Risk.php └── Risk │ ├── WithdrawlApply.php │ └── WithdrawlApply │ ├── ApplymentId.php │ ├── ApplymentId │ └── _applyment_id_.php │ ├── OutRequestNo.php │ └── OutRequestNo │ └── _out_request_no_.php ├── Mchalterapply.php ├── Mchalterapply ├── Mchsubjectalterapplyment.php └── Mchsubjectalterapplyment │ ├── Merchant.php │ ├── Merchant │ ├── _merchant_code_.php │ └── _merchant_code_ │ │ ├── OutRequestNo.php │ │ └── OutRequestNo │ │ └── _out_request_no_.php │ ├── _apply_id_.php │ └── _apply_id_ │ └── Revoke.php ├── Merchant.php ├── Merchant ├── Fund.php ├── Fund │ ├── Balance.php │ ├── Balance │ │ └── _account_type_.php │ ├── Dayendbalance.php │ ├── Dayendbalance │ │ └── _account_type_.php │ ├── Withdraw.php │ └── Withdraw │ │ ├── BillType.php │ │ ├── BillType │ │ └── _bill_type_.php │ │ ├── OutRequestNo.php │ │ ├── OutRequestNo │ │ └── _out_request_no_.php │ │ ├── WithdrawId.php │ │ └── WithdrawId │ │ └── _withdraw_id_.php ├── Media.php └── Media │ ├── Upload.php │ └── Video_upload.php ├── MerchantRiskManage.php ├── MerchantRiskManage ├── EcTradeRisk.php ├── EcTradeRisk │ ├── QueryRiskTrades.php │ └── RecvDisposeResult.php ├── ReportTradeUnionInformation.php ├── TradeRiskInformation.php ├── TradeRiskResult.php └── ViolationNotifications.php ├── MerchantService.php ├── MerchantService ├── ComplaintNotifications.php ├── Complaints.php ├── Complaints │ ├── _transaction_id_.php │ └── _transaction_id_ │ │ └── NegotiationHistorys.php ├── ComplaintsV2.php ├── ComplaintsV2 │ ├── _complaint_id_.php │ └── _complaint_id_ │ │ ├── Complete.php │ │ ├── NegotiationHistorys.php │ │ ├── Response.php │ │ └── UpdateRefundProgress.php ├── Feedbacks.php ├── Images.php └── Images │ ├── Upload.php │ └── _media_id_.php ├── MerchantSettlement.php ├── MerchantSettlement ├── MerchantSettleRuleApplications.php └── MerchantSettleRuleApplications │ └── _application_id_.php ├── MerchantStore.php ├── MerchantStore ├── Stores.php └── Stores │ ├── _store_id_.php │ └── _store_id_ │ ├── Recipients.php │ └── Recipients │ ├── Bind.php │ └── Unbind.php ├── Merchantfund.php ├── Merchantfund ├── Merchant.php ├── Merchant │ └── IncomeRecords.php ├── Partner.php └── Partner │ └── IncomeRecords.php ├── Merchants.php ├── Merchants └── _sub_mchid_.php ├── Multiuse.php ├── Multiuse ├── Stocks.php ├── Stocks │ ├── _stock_id_.php │ └── _stock_id_ │ │ ├── RefundFlow.php │ │ ├── SendFlow.php │ │ └── UseFlow.php ├── Users.php └── Users │ ├── _openid_.php │ └── _openid_ │ └── Coupons.php ├── NewTaxControlFapiao.php ├── NewTaxControlFapiao ├── CardTemplate.php ├── FapiaoApplications.php ├── FapiaoApplications │ ├── UploadFapiaoFile.php │ ├── _fapiao_apply_id_.php │ └── _fapiao_apply_id_ │ │ ├── FapiaoFiles.php │ │ ├── InsertCards.php │ │ └── Reverse.php ├── Merchant.php ├── Merchant │ ├── BaseInformation.php │ ├── DevelopmentConfig.php │ ├── TaxCodes.php │ ├── _sub_mchid_.php │ └── _sub_mchid_ │ │ └── Check.php ├── UserTitle.php └── UserTitle │ └── TitleUrl.php ├── Offlineface.php ├── Offlineface ├── Authinfo.php ├── Contracts.php ├── Contracts │ ├── Presign.php │ └── _contract_id_.php ├── FaceCollections.php ├── FaceCollections │ └── _collection_id_.php ├── RepaymentUrl.php ├── Transactions.php └── Transactions │ ├── OutTradeNo.php │ └── OutTradeNo │ └── _out_trade_no_.php ├── Offlinefacemch.php ├── Offlinefacemch ├── Organizations.php ├── Organizations │ ├── _organization_id_.php │ └── _organization_id_ │ │ ├── Users.php │ │ └── Users │ │ ├── OutUserId.php │ │ ├── OutUserId │ │ └── _out_user_id_.php │ │ ├── UserId.php │ │ └── UserId │ │ ├── _user_id_.php │ │ └── _user_id_ │ │ └── TerminateContract.php └── Tokens.php ├── Palmservice.php ├── Palmservice ├── Authorization.php └── Authorization │ ├── Openid.php │ ├── Openid │ └── _openid_.php │ └── Preauthorize.php ├── Papay.php ├── Papay ├── Contracts.php ├── Contracts │ ├── _contract_id_.php │ └── _contract_id_ │ │ ├── FailNotify.php │ │ └── Notify.php ├── EntrustSign.php ├── EntrustSign │ ├── Contracts.php │ └── Contracts │ │ └── PreEntrustSign.php ├── InsurancePay.php ├── InsurancePay │ ├── PolicyPeriods.php │ ├── PolicyPeriods │ │ ├── ContractId.php │ │ └── ContractId │ │ │ ├── _contract_id_.php │ │ │ └── _contract_id_ │ │ │ ├── PolicyPeriodId.php │ │ │ └── PolicyPeriodId │ │ │ ├── _policy_period_id_.php │ │ │ └── _policy_period_id_ │ │ │ └── Schedule.php │ ├── Transactions.php │ └── Transactions │ │ └── Apply.php ├── InsuranceSign.php ├── InsuranceSign │ ├── Contracts.php │ ├── Contracts │ │ ├── PlanId.php │ │ ├── PlanId │ │ │ ├── _plan_id_.php │ │ │ └── _plan_id_ │ │ │ │ ├── ContractId.php │ │ │ │ ├── ContractId │ │ │ │ ├── _contract_id_.php │ │ │ │ └── _contract_id_ │ │ │ │ │ └── Renew.php │ │ │ │ ├── OutContractCode.php │ │ │ │ └── OutContractCode │ │ │ │ ├── _out_contract_code_.php │ │ │ │ └── _out_contract_code_ │ │ │ │ └── Terminate.php │ │ ├── PreEntrustSign.php │ │ └── PreEntrustSign │ │ │ ├── App.php │ │ │ ├── H5.php │ │ │ ├── Jsapi.php │ │ │ └── MiniProgram.php │ ├── PolicyPeriods.php │ ├── PolicyPeriods │ │ ├── PlanId.php │ │ └── PlanId │ │ │ ├── _plan_id_.php │ │ │ └── _plan_id_ │ │ │ ├── ContractId.php │ │ │ └── ContractId │ │ │ ├── _contract_id_.php │ │ │ └── _contract_id_ │ │ │ └── Modify.php │ ├── Policy_periods.php │ └── Policy_periods │ │ ├── PlanId.php │ │ └── PlanId │ │ ├── _plan_id_.php │ │ └── _plan_id_ │ │ ├── OutContractCode.php │ │ └── OutContractCode │ │ └── _out_contract_code_.php ├── Pay.php ├── Pay │ ├── Harmony.php │ ├── Harmony │ │ ├── Transactions.php │ │ └── Transactions │ │ │ └── Apply.php │ ├── Partner.php │ ├── Partner │ │ ├── Schedules.php │ │ ├── Schedules │ │ │ ├── ContractId.php │ │ │ └── ContractId │ │ │ │ ├── _contract_id_.php │ │ │ │ └── _contract_id_ │ │ │ │ └── Schedule.php │ │ ├── Transactions.php │ │ └── Transactions │ │ │ └── Apply.php │ ├── Schedules.php │ ├── Schedules │ │ ├── ContractId.php │ │ └── ContractId │ │ │ ├── _contract_id_.php │ │ │ └── _contract_id_ │ │ │ └── Schedule.php │ ├── Transactions.php │ └── Transactions │ │ └── Apply.php ├── ScheduledDeductSign.php ├── ScheduledDeductSign │ ├── Contracts.php │ ├── Contracts │ │ ├── PreEntrustSign.php │ │ └── PreEntrustSign │ │ │ ├── App.php │ │ │ ├── H5.php │ │ │ ├── Jsapi.php │ │ │ └── MiniProgram.php │ ├── Partner.php │ └── Partner │ │ ├── Contracts.php │ │ └── Contracts │ │ ├── PreEntrustSign.php │ │ └── PreEntrustSign │ │ ├── App.php │ │ ├── H5.php │ │ ├── Jsapi.php │ │ └── MiniProgram.php ├── Sign.php └── Sign │ ├── Contracts.php │ ├── Contracts │ ├── PlanId.php │ └── PlanId │ │ ├── _plan_id_.php │ │ └── _plan_id_ │ │ ├── OutContractCode.php │ │ └── OutContractCode │ │ ├── _out_contract_code_.php │ │ └── _out_contract_code_ │ │ └── Terminate.php │ ├── Partner.php │ └── Partner │ ├── Contracts.php │ └── Contracts │ ├── PlanId.php │ └── PlanId │ ├── _plan_id_.php │ └── _plan_id_ │ ├── OutContractCode.php │ └── OutContractCode │ ├── _out_contract_code_.php │ └── _out_contract_code_ │ └── Terminate.php ├── PartnerPapay.php ├── PartnerPapay ├── Contracts.php └── Contracts │ ├── _contract_id_.php │ └── _contract_id_ │ ├── FailNotify.php │ └── Notify.php ├── PartnerTransfer.php ├── PartnerTransfer ├── Batches.php └── Batches │ ├── BatchId.php │ ├── BatchId │ ├── _batch_id_.php │ └── _batch_id_ │ │ ├── Details.php │ │ └── Details │ │ ├── DetailId.php │ │ └── DetailId │ │ └── _detail_id_.php │ ├── OutBatchNo.php │ └── OutBatchNo │ ├── _out_batch_no_.php │ └── _out_batch_no_ │ ├── Details.php │ └── Details │ ├── OutDetailNo.php │ └── OutDetailNo │ └── _out_detail_no_.php ├── PasswordExemptContract.php ├── PasswordExemptContract ├── Contracts.php └── Contracts │ ├── Ecommerce.php │ ├── Ecommerce │ ├── PreEntrustSign.php │ └── PreEntrustSign │ │ ├── MiniProgram.php │ │ └── PayRedirectSign.php │ ├── Normal.php │ ├── Normal │ ├── PreEntrustSign.php │ └── PreEntrustSign │ │ ├── MiniProgram.php │ │ └── PayRedirectSign.php │ ├── Qs.php │ ├── Qs │ ├── PreEntrustSign.php │ └── PreEntrustSign │ │ ├── MiniProgram.php │ │ └── PayRedirectSign.php │ ├── ServiceId.php │ ├── ServiceId │ ├── _service_id_.php │ └── _service_id_ │ │ ├── OutContractCode.php │ │ └── OutContractCode │ │ ├── _out_contract_code_.php │ │ └── _out_contract_code_ │ │ └── Terminate.php │ ├── ServiceProvider.php │ └── ServiceProvider │ ├── PreEntrustSign.php │ └── PreEntrustSign │ ├── MiniProgram.php │ └── PayRedirectSign.php ├── Pay.php ├── Pay ├── AcquiringBank.php ├── AcquiringBank │ ├── Transactions.php │ └── Transactions │ │ └── Exposure.php ├── Partner.php ├── Partner │ ├── Transactions.php │ └── Transactions │ │ ├── App.php │ │ ├── Codepay.php │ │ ├── Exposure.php │ │ ├── H5.php │ │ ├── Id.php │ │ ├── Id │ │ └── _transaction_id_.php │ │ ├── Jsapi.php │ │ ├── JsapiWithContract.php │ │ ├── Miniprogram.php │ │ ├── Native.php │ │ ├── OutTradeNo.php │ │ ├── OutTradeNo │ │ ├── _out_trade_no_.php │ │ └── _out_trade_no_ │ │ │ ├── Close.php │ │ │ └── Reverse.php │ │ └── Scannedpos.php ├── Transactions.php └── Transactions │ ├── App.php │ ├── Codepay.php │ ├── Exposure.php │ ├── H5.php │ ├── Id.php │ ├── Id │ └── _transaction_id_.php │ ├── Jsapi.php │ ├── JsapiWithContract.php │ ├── Native.php │ ├── OutTradeNo.php │ └── OutTradeNo │ ├── _out_trade_no_.php │ └── _out_trade_no_ │ ├── Close.php │ └── Reverse.php ├── PayDevices.php ├── PayDevices ├── Printers.php └── Printers │ ├── _device_id_.php │ └── _device_id_ │ ├── PrintOrders.php │ └── PrintOrders │ └── _print_order_no_.php ├── PayrollCard.php ├── PayrollCard ├── Authentications.php ├── Authentications │ ├── PreOrder.php │ ├── PreOrderWithAuth.php │ └── _authenticate_number_.php ├── Relations.php ├── Relations │ └── _openid_.php ├── Tokens.php ├── TransferBatches.php ├── Wesure.php └── Wesure │ ├── Insurance.php │ └── TokenValidations.php ├── Payscore.php ├── Payscore ├── Acquiringbank.php ├── Acquiringbank │ ├── Permissions.php │ ├── Permissions │ │ ├── AuthorizationCode.php │ │ └── AuthorizationCode │ │ │ ├── _authorization_code_.php │ │ │ └── _authorization_code_ │ │ │ └── Terminate.php │ ├── Serviceorder.php │ ├── Serviceorder │ │ ├── Deduction.php │ │ ├── _out_order_no_.php │ │ └── _out_order_no_ │ │ │ ├── Cancel.php │ │ │ ├── Complete.php │ │ │ ├── Modify.php │ │ │ ├── Registerdeductinfo.php │ │ │ └── Sync.php │ └── Servicepayondeliveryorder.php ├── MerchantBill.php ├── Oversea.php ├── Oversea │ ├── Partner.php │ └── Partner │ │ ├── Serviceorder.php │ │ └── Serviceorder │ │ ├── _out_order_no_.php │ │ └── _out_order_no_ │ │ ├── Cancel.php │ │ ├── Complete.php │ │ └── Sync.php ├── Partner.php ├── Partner │ ├── Permissions.php │ ├── Permissions │ │ ├── ApplyForScene.php │ │ ├── AssessUserRiskLevel.php │ │ ├── AuthorizationCode.php │ │ ├── AuthorizationCode │ │ │ ├── _authorization_code_.php │ │ │ └── _authorization_code_ │ │ │ │ └── Terminate.php │ │ ├── Search.php │ │ └── Terminate.php │ ├── ServiceAccountApplications.php │ ├── ServiceAccountApplications │ │ └── _out_apply_no_.php │ ├── Serviceorder.php │ ├── Serviceorder │ │ ├── DirectComplete.php │ │ ├── _out_order_no_.php │ │ └── _out_order_no_ │ │ │ ├── Cancel.php │ │ │ ├── Complete.php │ │ │ ├── Modify.php │ │ │ ├── Pay.php │ │ │ ├── SendPendingmessage.php │ │ │ ├── SendPrepaidmessage.php │ │ │ └── Sync.php │ ├── Servicepayondeliveryorder.php │ ├── Servicequotas.php │ └── Servicequotas │ │ ├── ServiceId.php │ │ └── ServiceId │ │ └── _service_id_.php ├── PayafterOrders.php ├── PayafterOrders │ ├── _out_order_no_.php │ └── _out_order_no_ │ │ ├── Cancel.php │ │ ├── Complete.php │ │ └── Sync.php ├── Permissions.php ├── Permissions │ ├── AssessUserRiskLevel.php │ ├── AuthorizationCode.php │ ├── AuthorizationCode │ │ ├── _authorization_code_.php │ │ └── _authorization_code_ │ │ │ └── Terminate.php │ ├── Openid.php │ └── Openid │ │ ├── _openid_.php │ │ └── _openid_ │ │ └── Terminate.php ├── Plan.php ├── Plan │ ├── Partner.php │ ├── Partner │ │ ├── PayscorePlans.php │ │ └── PayscorePlans │ │ │ ├── MerchantPlanNo.php │ │ │ └── MerchantPlanNo │ │ │ ├── _merchant_plan_no_.php │ │ │ └── _merchant_plan_no_ │ │ │ └── Stop.php │ ├── PayscorePlans.php │ └── PayscorePlans │ │ ├── MerchantPlanNo.php │ │ └── MerchantPlanNo │ │ ├── _merchant_plan_no_.php │ │ └── _merchant_plan_no_ │ │ └── Stop.php ├── Serviceorder.php ├── Serviceorder │ ├── DirectComplete.php │ ├── _out_order_no_.php │ └── _out_order_no_ │ │ ├── Cancel.php │ │ ├── Complete.php │ │ ├── Modify.php │ │ ├── Pay.php │ │ ├── SendPendingmessage.php │ │ ├── SendPrepaidmessage.php │ │ └── Sync.php ├── Servicepayondeliveryorder.php ├── SignPlan.php ├── SignPlan │ ├── Partner.php │ ├── Partner │ │ ├── Serviceorder.php │ │ ├── UserSignPlans.php │ │ └── UserSignPlans │ │ │ ├── MerchantSignPlanNo.php │ │ │ └── MerchantSignPlanNo │ │ │ ├── _merchant_sign_plan_no_.php │ │ │ └── _merchant_sign_plan_no_ │ │ │ └── Stop.php │ ├── Serviceorder.php │ ├── UserSignPlans.php │ └── UserSignPlans │ │ ├── MerchantSignPlanNo.php │ │ └── MerchantSignPlanNo │ │ ├── _merchant_sign_plan_no_.php │ │ └── _merchant_sign_plan_no_ │ │ └── Stop.php ├── SmartretailOrders.php ├── SmartretailOrders │ ├── _out_order_no_.php │ └── _out_order_no_ │ │ ├── Cancel.php │ │ └── Complete.php ├── UserServiceState.php ├── Users.php └── Users │ ├── _openid_.php │ └── _openid_ │ ├── Permissions.php │ └── Permissions │ ├── _service_id_.php │ └── _service_id_ │ └── Terminate.php ├── Platsolution.php ├── Platsolution ├── Ecommerce.php ├── Ecommerce │ ├── BankTransferRecharges.php │ ├── BankTransferRecharges │ │ ├── Apply.php │ │ ├── OutRechargeNo.php │ │ └── OutRechargeNo │ │ │ └── _out_recharge_no_.php │ ├── InsuranceCompensationContracts.php │ ├── InsuranceCompensationContracts │ │ ├── SubMchid.php │ │ └── SubMchid │ │ │ ├── _sub_mchid_.php │ │ │ └── _sub_mchid_ │ │ │ └── CheckOpened.php │ ├── MchTransfer.php │ ├── MchTransfer │ │ ├── CompensateBills.php │ │ ├── CompensateBills │ │ │ ├── BillId.php │ │ │ ├── BillId │ │ │ │ └── _bill_id_.php │ │ │ ├── OutBillNo.php │ │ │ ├── OutBillNo │ │ │ │ ├── _out_bill_no_.php │ │ │ │ └── _out_bill_no_ │ │ │ │ │ └── Cancel.php │ │ │ └── PreTransfer.php │ │ ├── DepositAfterSalesCompensationBills.php │ │ ├── DepositAfterSalesCompensationBills │ │ │ ├── BillId.php │ │ │ ├── BillId │ │ │ │ └── _bill_id_.php │ │ │ ├── OutBillNo.php │ │ │ └── OutBillNo │ │ │ │ └── _out_bill_no_.php │ │ ├── DepositInsurancePremiumsCompensationBills.php │ │ ├── DepositInsurancePremiumsCompensationBills │ │ │ └── _out_bill_no_.php │ │ ├── DepositShippingCostCompensationBills.php │ │ ├── DepositShippingCostCompensationBills │ │ │ ├── OutBillNo.php │ │ │ └── OutBillNo │ │ │ │ └── _out_bill_no_.php │ │ ├── InsuranceClaimBills.php │ │ ├── InsuranceClaimBills │ │ │ ├── BillId.php │ │ │ ├── BillId │ │ │ │ └── _bill_id_.php │ │ │ ├── OutBillNo.php │ │ │ ├── OutBillNo │ │ │ │ ├── _out_bill_no_.php │ │ │ │ └── _out_bill_no_ │ │ │ │ │ └── Cancel.php │ │ │ └── PreTransfer.php │ │ ├── TransferBills.php │ │ └── TransferBills │ │ │ ├── BillId.php │ │ │ ├── BillId │ │ │ └── _bill_id_.php │ │ │ ├── OutBillNo.php │ │ │ └── OutBillNo │ │ │ └── _out_bill_no_.php │ ├── RechargeEmployees.php │ ├── RechargeEmployees │ │ ├── SubMchid.php │ │ └── SubMchid │ │ │ ├── _sub_mchid_.php │ │ │ └── _sub_mchid_ │ │ │ ├── SpOpenid.php │ │ │ └── SpOpenid │ │ │ ├── _sp_openid_.php │ │ │ └── _sp_openid_ │ │ │ └── Delete.php │ ├── Recharges.php │ ├── Recharges │ │ ├── Apply.php │ │ ├── OutRechargeNo.php │ │ └── OutRechargeNo │ │ │ ├── _out_recharge_no_.php │ │ │ └── _out_recharge_no_ │ │ │ └── Close.php │ ├── Settle.php │ └── Settle │ │ ├── PrepaySettleOrders.php │ │ └── PrepaySettleOrders │ │ └── _settle_batch_no_.php ├── Insurance.php ├── Insurance │ ├── MchTransfer.php │ └── MchTransfer │ │ ├── Batches.php │ │ ├── Batches │ │ ├── Apply.php │ │ ├── BatchId.php │ │ ├── BatchId │ │ │ ├── _batch_id_.php │ │ │ └── _batch_id_ │ │ │ │ ├── Details.php │ │ │ │ └── Details │ │ │ │ ├── DetailId.php │ │ │ │ └── DetailId │ │ │ │ └── _detail_id_.php │ │ ├── DetailReceipts.php │ │ ├── DetailReceipts │ │ │ ├── OutBatchNo.php │ │ │ └── OutBatchNo │ │ │ │ ├── _out_batch_no_.php │ │ │ │ └── _out_batch_no_ │ │ │ │ ├── OutDetailNo.php │ │ │ │ └── OutDetailNo │ │ │ │ ├── _out_detail_no_.php │ │ │ │ └── _out_detail_no_ │ │ │ │ └── Apply.php │ │ ├── OutBatchNo.php │ │ ├── OutBatchNo │ │ │ ├── _out_batch_no_.php │ │ │ └── _out_batch_no_ │ │ │ │ ├── Details.php │ │ │ │ └── Details │ │ │ │ ├── OutDetailNo.php │ │ │ │ └── OutDetailNo │ │ │ │ └── _out_detail_no_.php │ │ ├── SummaryReceipts.php │ │ └── SummaryReceipts │ │ │ ├── OutBatchNo.php │ │ │ └── OutBatchNo │ │ │ ├── _out_batch_no_.php │ │ │ └── _out_batch_no_ │ │ │ └── Apply.php │ │ ├── Reservation.php │ │ └── Reservation │ │ ├── Apply.php │ │ ├── OutReservationNo.php │ │ ├── OutReservationNo │ │ ├── _out_reservation_no_.php │ │ └── _out_reservation_no_ │ │ │ └── Close.php │ │ ├── ReservationId.php │ │ └── ReservationId │ │ └── _reservation_id_.php ├── MchTransfer.php └── MchTransfer │ ├── Batches.php │ ├── Batches │ ├── Apply.php │ ├── BatchId.php │ ├── BatchId │ │ ├── _batch_id_.php │ │ └── _batch_id_ │ │ │ ├── Details.php │ │ │ └── Details │ │ │ ├── DetailId.php │ │ │ └── DetailId │ │ │ └── _detail_id_.php │ ├── DetailReceipts.php │ ├── DetailReceipts │ │ ├── OutBatchNo.php │ │ └── OutBatchNo │ │ │ ├── _out_batch_no_.php │ │ │ └── _out_batch_no_ │ │ │ ├── OutDetailNo.php │ │ │ └── OutDetailNo │ │ │ ├── _out_detail_no_.php │ │ │ └── _out_detail_no_ │ │ │ └── Apply.php │ ├── OutBatchNo.php │ ├── OutBatchNo │ │ ├── _out_batch_no_.php │ │ └── _out_batch_no_ │ │ │ ├── Details.php │ │ │ └── Details │ │ │ ├── OutDetailNo.php │ │ │ └── OutDetailNo │ │ │ └── _out_detail_no_.php │ ├── SummaryReceipts.php │ └── SummaryReceipts │ │ ├── OutBatchNo.php │ │ └── OutBatchNo │ │ ├── _out_batch_no_.php │ │ └── _out_batch_no_ │ │ └── Apply.php │ ├── Reservation.php │ └── Reservation │ ├── Apply.php │ ├── OutReservationNo.php │ ├── OutReservationNo │ ├── _out_reservation_no_.php │ └── _out_reservation_no_ │ │ └── Close.php │ ├── ReservationId.php │ └── ReservationId │ └── _reservation_id_.php ├── Profitsharing.php ├── Profitsharing ├── Bills.php ├── MerchantConfigs.php ├── MerchantConfigs │ └── _sub_mchid_.php ├── Orders.php ├── Orders │ ├── Unfreeze.php │ └── _out_order_no_.php ├── Receivers.php ├── Receivers │ ├── Add.php │ └── Delete.php ├── ReturnOrders.php ├── ReturnOrders │ └── _out_return_no_.php ├── Transactions.php └── Transactions │ ├── _transaction_id_.php │ └── _transaction_id_ │ └── Amounts.php ├── Qrcode.php ├── Qrcode ├── Transactions.php ├── Transactions │ ├── OutTradeNo.php │ └── OutTradeNo │ │ └── _out_trade_no_.php ├── UserServices.php └── UserServices │ ├── ContractId.php │ └── ContractId │ └── _contract_id_.php ├── RateActivity.php ├── RateActivity ├── Applications.php └── Applications │ ├── Id.php │ └── Id │ └── _application_id_.php ├── Realname.php ├── Realname └── Verify.php ├── Recharge.php ├── Recharge ├── BankTransferRecharges.php └── BankTransferRecharges │ ├── Apply.php │ ├── OutRechargeNo.php │ └── OutRechargeNo │ └── _out_recharge_no_.php ├── Refund.php ├── Refund ├── Domestic.php └── Domestic │ ├── Refunds.php │ └── Refunds │ ├── _out_refund_no_.php │ ├── _refund_id_.php │ └── _refund_id_ │ └── ApplyAbnormalRefund.php ├── Refunds.php ├── Refunds ├── Id.php ├── Id │ └── _refund_id_.php ├── OutRefundNo.php └── OutRefundNo │ └── _out_refund_no_.php ├── Settle.php ├── Settle └── Settlements.php ├── Smartguide.php ├── Smartguide ├── Guides.php └── Guides │ ├── _guide_id_.php │ └── _guide_id_ │ └── Assign.php ├── Statements.php ├── TaxiInvoice.php ├── TaxiInvoice ├── Attendance.php ├── Attendance │ └── Punch.php ├── Cards.php ├── Cards │ └── UploadFile.php ├── Driver.php ├── Driver │ └── UpdateDriver.php ├── Drivers.php ├── Drivers │ └── _driver_license_.php ├── Taxi.php ├── Taxi │ └── UpdateTaxi.php ├── TaxiCompanies.php ├── TaxiCompanies │ └── _company_mchid_.php ├── TaxiCompany.php ├── TaxiCompany │ └── CreateTaxiCompany.php ├── Taxies.php ├── Taxies │ └── _plate_number_.php ├── UserTaxiOrder.php ├── UserTaxiOrder │ └── FindByToken.php └── UserTaxiOrders.php ├── Transactions.php ├── Transactions ├── App.php ├── Id.php ├── Id │ ├── _transaction_id_.php │ └── _transaction_id_ │ │ ├── Close.php │ │ └── Reverse.php ├── Jsapi.php ├── Micropay.php ├── Mweb.php ├── Native.php ├── OutTradeNo.php └── OutTradeNo │ ├── _out_trade_no_.php │ └── _out_trade_no_ │ ├── Close.php │ └── Reverse.php ├── Transfer.php ├── Transfer ├── Batches.php ├── Batches │ ├── BatchId.php │ ├── BatchId │ │ ├── _batch_id_.php │ │ └── _batch_id_ │ │ │ ├── Details.php │ │ │ └── Details │ │ │ ├── DetailId.php │ │ │ └── DetailId │ │ │ └── _detail_id_.php │ ├── OutBatchNo.php │ └── OutBatchNo │ │ ├── _out_batch_no_.php │ │ └── _out_batch_no_ │ │ ├── Details.php │ │ └── Details │ │ ├── OutDetailNo.php │ │ └── OutDetailNo │ │ └── _out_detail_no_.php ├── BillReceipt.php └── BillReceipt │ └── _out_batch_no_.php ├── TransferDetail.php ├── TransferDetail └── ElectronicReceipts.php ├── Transferdownload.php ├── Transferdownload ├── Elecvoucherfile.php └── Signfile.php ├── Vehicle.php ├── Vehicle ├── Etc.php ├── Etc │ ├── Contracts.php │ ├── Contracts │ │ └── _contract_id_.php │ ├── Preopen.php │ ├── Transactions.php │ ├── Transactions │ │ ├── Highway.php │ │ ├── Id.php │ │ ├── Id │ │ │ └── _transaction_id_.php │ │ ├── OutTradeNo.php │ │ └── OutTradeNo │ │ │ └── _out_trade_no_.php │ ├── Users.php │ └── Users │ │ ├── _openid_.php │ │ └── _openid_ │ │ └── Contracts.php ├── Parking.php ├── Parking │ ├── Parkings.php │ ├── Services.php │ └── Services │ │ └── Find.php ├── Transactions.php └── Transactions │ ├── OutTradeNo.php │ ├── OutTradeNo │ └── _out_trade_no_.php │ └── Parking.php ├── Webizpay.php └── Webizpay ├── Bill.php ├── Bill ├── Proof.php └── TradeBill.php ├── Employees.php ├── Employees ├── _employee_id_.php └── _employee_id_ │ ├── OutQuotaCards.php │ ├── OutQuotaCards │ └── _out_card_no_.php │ ├── QuotaCards.php │ ├── QuotaCards │ ├── _card_no_.php │ └── _card_no_ │ │ ├── Cancel.php │ │ └── PaymentUrl.php │ └── Revoke.php ├── Stores.php ├── Stores ├── EntityMatches.php └── EntityMatches │ └── _batch_id_.php ├── Users.php └── Users ├── _user_id_.php └── _user_id_ ├── AuthorizationState.php └── AuthorizationUrl.php /src/V2/Appauth.php: -------------------------------------------------------------------------------- 1 |