我想使用自适应支付api,据我所知,我只能将它用于5或6个记录。有没有一种方法可以自动化这个过程,例如,获取6条记录,对结果调用函数,然后从这6条记录中再次启动该过程?adaptive($record['seller_paypal'], $record['commission']);
//5 records finished start from the 6-
就像0到5之间有障碍的球员一样,在0-5的范围内也有类似的障碍,6-11之间的障碍也在6-11之间,依此类推。我正在尝试的是从每个射程中获取前3名球员,这样我就可以为每一轮设置飞行。when userhandicap>=0 and userhandicap<=5 then '0-5'
when userhandicap>=6 and userhandicap<=11 then '6-
如果用户希望为产品付费,则调用支付服务。服务必须同步返回成功或失败。此外,服务还必须保证使用目前的价格。Caller (App) -> Payment service -> Product service -> Payment service -> Caller (App)
如何将这种场景优化为异步通信