VPay
4.4.0
master
เป็นเวอร์ชันที่สร้างขึ้นใหม่ทั้งหมดของซีรีส์ 4.0 และรองรับเฉพาะ支付宝当面付
เท่านั้นdev
เป็นเวอร์ชันเสถียรของซีรีส์ 3.0 ซึ่งรองรับเฉพาะ支付宝当面付
เท่านั้นVpay – โซลูชันการชำระเงินส่วนบุคคลที่ช่วยให้นักพัฒนาแต่ละรายสามารถประมวลผลธุรกรรมออนไลน์ได้อย่างปลอดภัยและมีประสิทธิภาพ
เลือกหนึ่งในสองตัวเลือกต่อไปนี้
/public
if ($uri ~* "^(.*).php$") {
rewrite ^(.*) /cleanphp/bootstrap.php last;
}
location @cleanphp {
rewrite ^ /cleanphp/bootstrap.php last;
}
location ~* ^/@static(.*)$ {
if_modified_since before;
expires 30d;
access_log off;
add_header Cache-Control "public";
try_files /app/public$1 /app/public/$1 /app/public$1/index.html /app/public/index.html =404 last;
}
location ~* ^/@(.*)$ {
if_modified_since before;
expires 30d;
access_log off;
add_header Cache-Control "public";
try_files /app/public$1 /app/public/$1 /app/public$1/index.html /app/public/$1/index.html /app/public/index.html last;
}
location / {
if_modified_since before;
expires 30d;
access_log off;
add_header Cache-Control "public";
try_files /app/public/$uri @cleanphp;
}
location ~ .*.(gif|jpg|jpeg|png|bmp|swf)$
{
expires 30d;
error_log /dev/null;
access_log /dev/null;
}
location ~ .*.(js|css)?$
{
expires 12h;
error_log /dev/null;
access_log /dev/null;
}
อ้างถึง vpay-sdk สำหรับการเข้าถึง
อ่านเอกสารประกอบ
จีพีแอล วี3