Alipay でフォーム送信を作成し、それを受け取るためのメソッドをアクション モジュールに記述しました。初心者なので、アドバイスをお願いします。
ThinkPhp 合意された疑似静的パスは次のとおりです: モジュール名/メソッド名 [[/パラメータ名/パラメータ値]...]
action="__URL__/action"
function alipay() {
$this->submit_url=' ';
}
function create_form($list) {
$pname=get_class($this);
$this_script = "http://{$_SERVER['HTTP_HOST']} ";
$this->add_field ( 'ordsubject', 'Products For SN:' . $list ['sn'] ); // 商品名
$this->add_field ( 'trade_no', $list [ 'sn'] ); // 注文番号
$this->add_field ( 'ordtotal_fee', $list ['orders_total'] ); // 取引価格
$this->form.= "