SDPPayInitBean constructor

SDPPayInitBean({
  1. String? wxAppId = "wx24932e45899137eb",
  2. String? storeId = "100001",
  3. String? createIp = "172_12_12_12",
  4. String? merNo = "16938552",
  5. String? queryURL = "http://192.168.2.35:8888/payQuery",
})

Implementation

SDPPayInitBean({
   this.wxAppId = "wx24932e45899137eb",
   this.storeId  = "100001",
   this.createIp = "172_12_12_12",
   this.merNo    = "16938552",
   this.queryURL = "http://192.168.2.35:8888/payQuery",
});