Example #1
0
 public function index()
 {
     require_once APPPATH . 'third_party/aliyun_oss/vendor/autoload.php';
     $accessKeyId = "GtzMAvDTnxg72R04";
     $accessKeySecret = "VhD2czcwLVAaE7DReDG4uEVSgtaSYK";
     $endpoint = "oss-cn-hangzhou.aliyuncs.com";
     $bmobOrder = new BmobObject('Order');
     $res = $bmobOrder->get('', array('where={"state":"' . orderState::UNPAID . '","userId":"2447db529e"}', 'limit=1'));
     var_dump($res);
     $order = new MY_Order();
     $order->alipay();
 }