• 匿名信小程序版源码一封来信你的Ta的一封来信表白祝福道歉短信下载源码


    ------------------- 程序特色 ----------------------

    小程序端:支持微信小程序端,带激励广告和视频广告,流量主

    资质简单:短信提交至数据中台,由平台统一代发,无需繁琐的对接流程

    定时发送:设置需要定时发送的短信,提交中控平台,自动发送无需监控

    禁词检测:内置强大违规字过略系统,部分前端代码开源,免费更新

    部署简单:程序部署方便,简单配置即可上线运营,短信低至0.06/条

    往来短信:用户在"已发短信"中点击"查看回信",可以获取对方发送的短信

    短信套餐:支持站长后台自定义短信套餐,多少元包含多少条,促进用户消费

    余额支付:推广的余额可用来提现,也可用来发短信、创建计划、购买短信套餐等

    短信通道:两个短信通道,可人工审核或免审核通道,支持站长中控台自助切换

    失败反馈:短信发送失败后,自动将额度退还给对应的用户,减少人为操作

    在线更新:支持后台一键热更新,省时省力更方便,免去繁琐的上传替换步骤

    部分前端代码

    1. <template>
    2. <view>
    3. <image :src="url+'/static/home/cn/image/back_02.png'" mode="widthFix" class="back">image>
    4. <view class="xinbgck">
    5. <image src="../../static/write/write.png" mode="widthFix" class="write">image>
    6. view>
    7. <view class="title" v-if="index.title!=undefined">
    8. {{index.title}}
    9. view>
    10. <view class="subtitlek">
    11. <image src="../../static/write/yuan.png" mode="widthFix" class="yuan">image>
    12. <image src="../../static/write/tit.png" mode="widthFix" class="subtitle">image>
    13. <view class="brief" v-if="index.title_two!=undefined">
    14. <text>{{index.title_two}}text>
    15. view>
    16. <image src="../../static/write/people.png" mode="widthFix" class="people">image>
    17. <view class="describe" v-if="index.jianjie!=undefined">
    18. {{index.jianjie}}
    19. view>
    20. <view class="btn" @click="goInfo">
    21. <image src="../../static/write/send.png" mode="widthFix" class="send">image>
    22. 去发短信
    23. view>
    24. view>
    25. <view class="advertisement">
    26. <view class="adver1" v-if="index.ad_two!=undefined">
    27. <ad :unit-id="index.ad_two" ad-type="video" ad-theme="white">ad>
    28. view>
    29. view>
    30. view>
    31. template>

    部分后端代码

    1. // [ 应用入口文件 ]
    2. namespace think;
    3. // 加载基础文件
    4. require __DIR__ . '/../thinkphp/base.php';
    5. // 支持事先使用静态方法设置Request对象和Config对象
    6. define('DS', DIRECTORY_SEPARATOR);
    7. defined('APP_PATH') or define('APP_PATH', dirname($_SERVER['SCRIPT_FILENAME']) . DS);
    8. defined('ROOT_PATH') or define('ROOT_PATH', dirname(realpath(APP_PATH)) . DS);
    9. defined('RUNTIME_PATH') or define('RUNTIME_PATH', ROOT_PATH . 'runtime' . DS);
    10. defined('TEMP_PATH') or define('TEMP_PATH', RUNTIME_PATH . 'temp' . DS);
    11. // 执行应用并响应
    12. Container::get('app')->run()->send();

    H5匿名信https://wwi.lanzoup.com/b056ef7tc    密码:ft7u

  • 相关阅读:
    从微服务基本概念到核心组件-通过一个实例来讲解和分析
    欧拉角、四元数与旋转
    Vue插件的使用
    Spark通过三种方式创建DataFrame
    阿里云大数据实战记录10:Hive 兼容模式的坑
    Spring Boot 整合Redis实现消息发布与订阅
    抽象类 or 接口
    vue3【计算属性与监听-详】
    向毕业妥协系列之机器学习笔记:构建ML系统(二)
    基于函数计算FC3.0 部署AI数字绘画stable-diffusion自定义模型
  • 原文地址:https://blog.csdn.net/weixin_45809825/article/details/126540033