{extend name="$base" /} {block name="resources"} {/block} {block name="main"} {php} $promoter_detail = api('System.Distribution.promoterDetailByUid', ['uid' => $uid]); $promoter_detail = $promoter_detail['data']; $member_info = api('System.Member.memberInfo'); $member_info = $member_info['data']; $count = api('System.Distribution.distributionGoodsCount'); $count = $count['data']; {/php}