Example #1
0
 public function test()
 {
     $alipay = new Alipay(Option::get('alipay_conf'));
     $alipay->run();
 }